exp — Exponential
exp
returns
e
raised to the power of the argument. If the argument is a matrix, then an element-by-element operation is performed. If the argument is complex value,
z
, then the result is:
e
ℜ(z)
cos(ℑ(
z
)) +
je
ℜ(z)
sin(ℑ(
z
))
Subsections
example